ByteNINumericByteNIsLessThan Method
Determines whether the current value is less than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<ByteN>.IsLessThan(
ByteN value
)
Private Function IsLessThan (
value As ByteN
) As Boolean Implements INumeric(Of ByteN).IsLessThan
private:
virtual bool IsLessThan(
ByteN value
) sealed = INumeric<ByteN>::IsLessThan
private abstract IsLessThan :
value : ByteN -> bool
private override IsLessThan :
value : ByteN -> bool
- value ByteN
- The value to compare with the current value.
Boolean if the current value is less than
value; otherwise,
.
INumericTSelfIsLessThan(TSelf)